POV-Ray : Newsgroups : povray.binaries.images : Untitled WIP [Running] : Re: Untitled WIP [Running] Server Time
10 Aug 2024 21:08:50 EDT (-0400)
  Re: Untitled WIP [Running]  
From: Alain
Date: 29 Jun 2004 11:02:31
Message: <40e18487$1@news.povray.org>
Jeremy M. Praay nous apporta ses lumieres ainsi en ce 29/06/2004 10:43... :

>Does anyone know of a good way to make a board texture?  At higher
>resolutions, the barn texture shows for what it really is: Y-axis stretched
>granite.  It looks good from a distance, though.  The barn is basically just
>a box with a roof cut out of it.  I don't want to have to build it
>board-by-board.
>
Have you tried the wood pigment, together with a warp{repeat... 
offset... flip<axis>} to make the planks. It can look like:
#include "woods.inc"//to get the ready made pigments and colour_map
#declare Wood1=    texture{pigment{P_WoodGrain5A scale .7 color_map{ 
M_Wood1A }warp {repeat 0.37*x offset y*0.11 flip <0,0,1>}}rotate 90*y 
finish{diffuse 0.85}}
        texture{pigment{P_WoodGrain4B scale .7 color_map{ M_Wood1B }warp 
{repeat 0.37*x offset x*0.05 flip <0,1,0>}}rotate 90*y finish{diffuse 0.87}}

A light toned somewhat redish wood showing planks.

Alain


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.